home *** CD-ROM | disk | FTP | other *** search
/ LearnKey: Power Point 2000 / LearnKey - PowerPoint 2000.iso / Install / program files / Velocity.exe / 0 / RCDATA / TDEBUGWINDOW / TDEBUGWINDOW.txt
Encoding:
Text File  |  1999-05-10  |  1.2 KB  |  69 lines

  1. object DebugWindow: TDebugWindow
  2.   Left = 498
  3.   Top = 386
  4.   Width = 310
  5.   Height = 306
  6.   Caption = 'DebugWindow'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object lblNotify: TLabel
  17.     Left = 50
  18.     Top = 20
  19.     Width = 233
  20.     Height = 13
  21.     AutoSize = False
  22.     Caption = 'lblNotify'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 49
  26.     Top = 2
  27.     Width = 87
  28.     Height = 13
  29.     Caption = 'Mediaplayer Notify'
  30.   end
  31.   object Label1: TLabel
  32.     Left = 50
  33.     Top = 40
  34.     Width = 85
  35.     Height = 13
  36.     Caption = 'MediaPlayerMode'
  37.   end
  38.   object lblMode: TLabel
  39.     Left = 49
  40.     Top = 58
  41.     Width = 234
  42.     Height = 13
  43.     AutoSize = False
  44.     Caption = 'lblMode'
  45.   end
  46.   object memoMessages: TMemo
  47.     Left = 48
  48.     Top = 82
  49.     Width = 233
  50.     Height = 191
  51.     TabOrder = 0
  52.   end
  53.   object MediaPlayer1: TMediaPlayer
  54.     Left = 22
  55.     Top = 72
  56.     Width = 253
  57.     Height = 30
  58.     Visible = False
  59.     TabOrder = 1
  60.   end
  61.   object Timer1: TTimer
  62.     Enabled = False
  63.     Interval = 5
  64.     OnTimer = Timer1Timer
  65.     Left = 6
  66.     Top = 6
  67.   end
  68. end
  69.